From: Julien Grall Date: Fri, 11 Aug 2017 18:14:21 +0000 (+0100) Subject: xen/arm: p2m: Remove p2m_operation X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1631 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=ae3f9f2af088e512b054352f3aa186f3d4157b5c;p=xen.git xen/arm: p2m: Remove p2m_operation This is a left over of before the P2M code was reworked. So drop it. Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini Signed-off-by: Stefano Stabellini --- diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c index 7b2aac4c90..c484469e6c 100644 --- a/xen/arch/arm/p2m.c +++ b/xen/arch/arm/p2m.c @@ -611,10 +611,6 @@ static int p2m_mem_access_radix_set(struct p2m_domain *p2m, gfn_t gfn, return rc; } -enum p2m_operation { - MEMACCESS, -}; - /* * Put any references on the single 4K page referenced by pte. * TODO: Handle superpages, for now we only take special references for leaf